ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPieBase<T> Class / SelectedItemOffset Property






In This Topic
    SelectedItemOffset Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the offset of the selected slice from the pie center.
    Syntax
    'Declaration
     
    
    Public Property SelectedItemOffset As System.Single
    'Usage
     
    
    Dim instance As FlexPieBase(Of T)
    Dim value As System.Single
     
    instance.SelectedItemOffset = value
     
    value = instance.SelectedItemOffset
    public System.float SelectedItemOffset {get; set;}
    public read-write property SelectedItemOffset: System.Single; 
    public function get,set SelectedItemOffset : System.float
    public: __property System.float get_SelectedItemOffset();
    public: __property void set_SelectedItemOffset( 
       System.float value
    );
    public:
    property System.float SelectedItemOffset {
       System.float get();
       void set (    System.float value);
    }
    Remarks
    Offsets are measured as a fraction of the pie radius.
    See Also